Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.
<!-- Widget With Progress Bar --> <div class="widget"> <div class="widget-head progress" id="widget-progress-bar"> <div class="progress-bar progress-bar-primary">Lorem ipsum <strong>dolor</strong> - <strong class="steps-percent">100%</strong></div> </div> <div class="widget-body"> <h4>Progress Widget</h4> <p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.</p> </div> </div> <!-- // Widget With Progress Bar END -->
@import "http://localhost/shared/components/modules/admin/widgets/widget-progress/assets/less/widget-progress.less"; @import "assets/components/core/less/widgets.less"; @import "assets/components/modules/admin/ui/progress-bars/assets/less/progress-bars.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/modules/admin/widgets/widget-progress/assets/js/widget-progress.init.js?v=v1.2.3"></script>